-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add AB Test definition #26646
Add AB Test definition #26646
Conversation
cf38a11
to
4cef013
Compare
|
||
export const signInGateTimesOfDay = { | ||
id: 'SignInGateTimesOfDay', | ||
start: '2020-05-20', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To do: Confirm on start and end date
author: 'Lindsey Dew', | ||
description: | ||
'Show sign in gate more frequently to users in the morning', | ||
audience: 0.4, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To do: confirm on audience segmentation
description: | ||
'Show sign in gate more frequently to users in the morning', | ||
audience: 0.5, | ||
audienceOffset: 0.4, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the main gate AB definition needs to be amended to match in frontend too.
"This PR is stale because it has been open 30 days with no activity. Unless a comment is added or the “stale” label removed, this will be closed in 3 days" |
This PR was closed because it has been stalled for 3 days with no activity. |
What is the value of this and can you measure success?
This adds an AB Test to test whether showing the sign in gate on every article in the morning increases sign in as per this hypothesis doc: https://docs.google.com/document/d/1c-xv7By5U8bvvsifglOetzrf9woDWncINPhTPwLKxlA/edit
What does this change?
Adds AB test switch
Notes
DCR PR:
guardian/dotcom-rendering#9138
Screenshots
Checklist